home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / rage / Data1.cab / Rage_Maps / Default.rag < prev    next >
Encoding:
Text File  |  1997-10-28  |  523 b   |  34 lines

  1. // DEFAULT.RAG
  2. // Used as a template for new Rage game pad scripts
  3. //
  4. [VERSION] 1.0
  5.  
  6. [SETUP]
  7. [END]
  8.  
  9. [MACROS]
  10. "Button 1" = B1.
  11. "Button 2" = B2.
  12. "Button 3" = B3.
  13. "Button 4" = B4.
  14. "Button 5" = B5.
  15. "Button 6" = B6.
  16. "Button 7" = B7.
  17. "Button 8" = B8.
  18. "Button 9" = B9.
  19. "Button 10" = B10.
  20. [END]
  21.  
  22. [CONFIG] RAGE
  23. S1 IS "Button 1".
  24. S2 IS "Button 2".
  25. S3 IS "Button 3".
  26. S4 IS "Button 4".
  27. S5 IS "Button 5".
  28. S6 IS "Button 6".
  29. S7 IS "Button 7".
  30. S8 IS "Button 8".
  31. S9 IS "Button 9".
  32. S10 IS "Button 10".
  33. [END]
  34.